From 3edc8a6f83cc0de8ddb25269df4f858a90140027 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 10 Jan 2011 10:32:04 +0000 Subject: [PATCH] vtd: Remove unused 'align' local variable from iommu_flush_iotlb_psi(). Signed-off-by: Keir Fraser --- xen/drivers/passthrough/vtd/iommu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/drivers/passthrough/vtd/iommu.c b/xen/drivers/passthrough/vtd/iommu.c index 4b3c0e4e41..ffea5b8ccf 100644 --- a/xen/drivers/passthrough/vtd/iommu.c +++ b/xen/drivers/passthrough/vtd/iommu.c @@ -522,7 +522,6 @@ static int inline iommu_flush_iotlb_psi( struct iommu *iommu, u16 did, u64 addr, unsigned int order, int flush_non_present_entry, int flush_dev_iotlb) { - unsigned int align; struct iommu_flush *flush = iommu_get_flush(iommu); int status; -- 2.30.2